home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 5 / Eagles_Nest_Mac_Collection_Disc_5.TOAST / Math & Engineering / SPSS4Cmd / SPSS.help.rsrc / HELP_78_Help < prev    next >
Text File  |  1990-03-15  |  181b  |  12 lines

  1. DO IF [(]logical expression[)]
  2.   transformations
  3. [ELSE IF [(]logical expression[)]]
  4.   transformations
  5. [ELSE IF [(]logical expression[)]]
  6.   .
  7.   .
  8.   .
  9. [ELSE]
  10.   transformations
  11. END IF
  12.